home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / drmgrab.dir / 00075_Script_75 < prev    next >
Text File  |  1994-11-28  |  343b  |  18 lines

  1. on exitFrame
  2.   global DRMGlow
  3.   
  4.   set the cursor of sprite 3 to 0
  5.   set the cursor of sprite 4 to 0
  6.   set the cursor of sprite 23 to 0
  7.   updateStage
  8.   
  9.   if DRMGlow = 0 then
  10.     go to frame "PASSWORD2" of movie "modle3a"
  11.   else
  12.     if DRMGlow =1 then
  13.       go to frame "PASSWORD1" of movie "modle3a"
  14.     end if
  15.   end if
  16. end
  17.  
  18.